home *** CD-ROM | disk | FTP | other *** search
/ The Mac Mega CD - Killer Software / The Mac Mega CD - Killer Software (May 1996).dmg / Shareware City / Utilities / Digester / digester.par < prev    next >
Encoding:
Text File  |  1996-01-15  |  1.8 KB  |  47 lines  |  [TEXT/EDIT]

  1. #         file: digester.par
  2. #        purpose:        parameters for the program digester v 2.0
  3. #        author:        Andre' C. van der Ham
  4. #        e-mail:        A.C.vanderHam@ET.TUDelft.NL
  5. #    
  6. #        notice:        Don't forget to set the path to your scripts directory
  7.  
  8. SCRIPT    "/vdham-bin/"                                    # scripts directory
  9. SITE    "sites.asc"                                        # load mirror sites from this file
  10. PATH       ""                                                # additional path for destination files
  11.  
  12. NAMA    "IM%d-%d.html"                                    # file name prefix 1 file
  13. NAMT    "IMt%d-%d.html"                                    # file name prefix toc file
  14. NAMP    "IMp%d-%d.html"                                    # file name prefix messages file
  15. NAMM    "IMm%d-%d.html"                                    # file name prefix programs file
  16. BOD        "Info-Mac Digest      "                            # begin of digest phrase
  17. VOL        "Volume"                                        # volume prefix string
  18. ISS        "Issue"                                            # Issue prefix string
  19. EOD        "End of Info-Mac Digest"                        # end of digest phrase
  20. BOT        "Today's Topics:"                                # begin of TOC
  21. EOT        "----------------------------------------------------------------------"    # end of topics phrase
  22. EOM        "------------------------------"                # end of message phrase
  23. RTD        "/info-mac/"                                    # root directory of mirror
  24. BOF        "[Archived as /info-mac/"                        # begin of linked file path
  25. EOF        ";"                                                # end of file path marker
  26.  
  27. FTYPE    "TEXT"                                            # destination file type
  28. FCREAT     "MOSS"                                            # destination file creator   
  29.  
  30. # TYPE specifier:
  31. # 1: 1 entire file
  32. # 2: split-up into 3 files: table of topics, programs and messages
  33. # 3: split-up into 2 files: toc + programs, toc + messages
  34.  
  35. TYP        1                                                # make 1 file
  36.  
  37. # switches 0 = no, 1 = yes
  38.  
  39. BUT        1                                                # buttons on
  40. MAI        1                                                # do mail button
  41. FIL        1                                                # check for archive files and link 'em
  42. URL        1                                                # check for URLs and link them
  43. MURL    0                                                # Do mail URLs
  44.  
  45. DEBUG    0                                                # Show debug info
  46. PROMPT     0                                                  #  prompt me for options
  47.